home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / chess / chessrpl.zip / CHESSRP3.$$$ < prev    next >
Text File  |  1992-12-28  |  2KB  |  25 lines

  1. +----------------------------------------------------------------------------+
  2. |     How to code a 'CHESS MOVES' file with the chess pieces positioned      |
  3. |                          anyplace on the board.                            |
  4. +----------------------------------------------------------------------------+
  5. | The following explains how you can place chess pieces on a chess board     |
  6. | anyplace you desire, and then start you play from that position.           |
  7. |                                                                            |
  8. | Refer also to precoded 'moves file' $DEMO.CHX - it will be on your disk.   |
  9. | Here is a sample format:                                                   |
  10. |                                                                            |
  11. | Record 1: >Some title to be displayed below the chess board.               |
  12. |   "    2: $Start positioning (only the '$' sign is required).              |
  13. |   "    3: BKa8 comments - will do the following:                           |
  14. |           .             : put a BLACK piece on the board                   |
  15. |            .            : the piece is a KING                              |
  16. |             ..          : put KING on square 'a8'.                         |
  17. |   "    4: WNd4 comments - will do the following:                           |
  18. |           .             : put a WHITE piece on the board                   |
  19. |            .            : the piece is a kNight.                           |
  20. |             ..          : put kNight on square 'd4'.                       |
  21. |   "    5: $Stop positioning (only the '$' sign is required).               |
  22. |   "    6: 1  Nd4 b5     : Statements from this point on are normal moves.  |
  23. |                                                                            |
  24. +----> PLEASE PRESS ANY KEY TO CONTINUE .................... <---------------+
  25.